home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
GNU
/
sas_unix_lib.lha
/
unix
/
include
/
sys
/
param.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-01
|
186 b
|
13 lines
#ifndef _PARAM_H
#define _PARAM_H
#define MAXPATHLEN 1024
#define FILENAME_MAX MAXPATHLEN /* Should be in stdio.h */
#define DEV_BSIZE 512
#ifndef NULL
#define NULL (0)
#endif
#endif